home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / ladybug.arc / FRED.LST < prev    next >
Encoding:
File List  |  1984-04-20  |  3.3 KB  |  107 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                         FRED EDITOR REFERENCE V1.23B
  7.  
  8.                             (c) 1983 and 1984 by
  9.                                David N. Smith
  10.                              44 Ole Musket Lane
  11.                               Danbury, CT 06810
  12.                                12 October 1983
  13.                                 21 April 1984
  14.  
  15.  
  16.  
  17.  
  18.      FRED is the FRee EDitor.  FRED comes with no warranties of any
  19.      kind; it is available AS IS.  The author would like to know of
  20.      problems that users have but makes no promise or guarantees that
  21.      any problem will be fixed.  There are no plans for extensions to
  22.      FRED.
  23.  
  24.  
  25.  
  26.      ABOUT FRED
  27.  
  28.      FRED is a full screen editor for the IBM PC.  It displays files
  29.      up to 1500 lines long and with lines up to 254 characters long on
  30.      a monochrome display or 80 column graphics display.
  31.  
  32.      FRED is similar to the editor in LadyBug.  Most of the keys are
  33.      and its approach to handling the screen is about the same.
  34.  
  35.      This document is a supplement to Appendix A of the LadyBug document;
  36.      it describes those things which are different in FRED.
  37.  
  38.      If you want to try FRED immediately, remember that F1 puts you in
  39.      command mode and displays a list of the commands and that F10
  40.      describes the other function keys; then just start trying things.
  41.  
  42.  
  43.  
  44.      STARTING FRED
  45.  
  46.      Type FRED.  When FRED loads it will ask for the name of the file
  47.      to edit.  If the file cannot be found, it is assumed to be new
  48.      and an empty file with that name is edited.  It does not exist on
  49.      disk until you file it.
  50.  
  51.  
  52.  
  53.      FRED COMMANDS
  54.  
  55.      Commands are entered only after pressing the F1 key.  Commands
  56.      may be typed in uppercase or lowercase; in the following
  57.      descriptions, uppercase is used for command names and lowercase
  58.      for operands.
  59.  
  60.      SAVE
  61.           Save the file to disk.  The new file is written as
  62.           FREDFRED.TMP.  Then the old file is renamed FREDFRED.BAK and
  63.           FREDFRED.TMP is renamed with the right name.  Then
  64.           FREDFRED.BAK is erased.  This process assures that that
  65.           there is always one correct copy of the file on the disk.
  66.           However, it does require enough working space to hold the
  67.           largest file to be edited.
  68.  
  69.      QUIT (or 'Q')
  70.           Quit editing.  If the file has been changed, you will be
  71.           prompted for a 'y' before FRED really quits.
  72.  
  73.      /string/
  74.      .string.
  75.           Locate the string between the slashes or dots.  The trailing
  76.           slash or dot can be omitted unless trailing blanks are
  77.           important.  The string can contain slashes or dots.
  78.  
  79.      NAME fileid
  80.           Give the file a new name.
  81.  
  82.  
  83.  
  84.      FRED KEYS
  85.  
  86.  
  87.      The following list defines the meaning of each key when in full
  88.      screen mode.  When the command prompt is up, normal BASIC line
  89.      editing is in effect.
  90.  
  91.      F1
  92.           Enter command mode.  A list of the allowed commands is
  93.           displayed.
  94.  
  95.      F2
  96.           Repeat the most recent locate command (see the "/" command).
  97.  
  98.  
  99.      F7
  100.           Does nothing.  In LadyBug it quits the editing session.
  101.           Use F1 and then type 'Q'.
  102.  
  103.  
  104.      F10
  105.           Display what the other function keys do.
  106.  
  107.